thread processing meaning in Chinese
螺纹加工
Examples
- Only one thread processes a partition at any time
在任何时候,都是一个线程处理一个分区。 - Suspends the current thread until the thread processing the queue of finalizers has emptied that queue
挂起当前线程,直到处理终结器队列的线程清空该队列为止。 - Unlike the process in managed code , asynchronous data synchronization is still a single - threaded process
与托管代码的过程不同,异步数据同步仍是一个单线程过程。 - In many older implementations of the c language , functions were expected to work in an environment of single - threaded processes
在很多较老的c语言实现中,函数被认为是在单线程进程的环境中运行。 - This involves saving the currently executing thread process ' s context ( i . e . its address space mappings ) and restoring the newly executing thread process ' s context
这个过程包括存储当前执行线程进程的上下文(如,空间地址)和恢复新执行的线程进程的上下文。